home *** CD-ROM | disk | FTP | other *** search
/ Amiga Games: Greatest Hits 1996 / Amiga Games: Greatest Hits 1996.iso / userbox / publicdomain / famelibrary / include / proto / fame.h
C/C++ Source or Header  |  1996-07-14  |  230b  |  11 lines

  1. #ifndef PROTO_FAME_H
  2. #define PROTO_FAME_H TRUE
  3. #include <exec/types.h>
  4.  
  5. #include <libraries/FAME.h>
  6. extern struct FAMELibrary * FAMEBase;
  7. #include <clib/FAME_protos.h>
  8. #include <pragmas/FAME_pragmas.h>
  9.  
  10. #endif  /* PROTO_FAME_H */
  11.